projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7ed72
)
Enable use of ncurses library cleanly.
author
Michael I. Bushnell
<mib@gnu.org>
Sun, 7 Jul 1996 23:51:01 +0000
(23:51 +0000)
committer
Michael I. Bushnell
<mib@gnu.org>
Sun, 7 Jul 1996 23:51:01 +0000
(23:51 +0000)
src/s/gnu.h
patch
|
blob
|
history
diff --git
a/src/s/gnu.h
b/src/s/gnu.h
index f90fe399e4655967c9cc2260064325c37e7255e0..67c818848e6c98e0de31220761cdf8a3fcdc45d9 100644
(file)
--- a/
src/s/gnu.h
+++ b/
src/s/gnu.h
@@
-42,6
+42,12
@@
Boston, MA 02111-1307, USA. */
#define TABDLY OXTABS
#define TAB3 OXTABS
+/* Tell Emacs that we are a terminfo based system; disable the use
+ of local termcap. (GNU uses ncurses.) */
+#ifdef HAVE_LIBNCURSES
+#define TERMINFO
+#define LIBS_TERMCAP -lncurses
+#endif
#define SYSV_SYSTEM_DIR